Add some space between the icons and the text, like there was in gtk3.
#pathbarbox { border-bottom: 1px solid $bg_color; }
}
+
+filechooserbutton>button>box {
+ border-spacing: 6px;
+}
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent;
filechooser #pathbarbox { border-bottom: 1px solid #353535; }
+filechooserbutton > button > box { border-spacing: 6px; }
+
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
/*********** Sidebar * */
filechooser #pathbarbox { border-bottom: 1px solid #f6f5f4; }
+filechooserbutton > button > box { border-spacing: 6px; }
+
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
/*********** Sidebar * */